var crypto/des.sBoxes

3 uses

	crypto/des (current package)
		block.go#L96: 	for s := range sBoxes {
		block.go#L99: 				f := uint64(sBoxes[s][i][j]) << (4 * (7 - uint(s)))
		const.go#L82: var sBoxes = [8][4][16]uint8{